home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
Programming
/
BlitzList
/
BlitzListFiles
/
ConsoleWindow
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-01
|
294 b
|
21 lines
WBStartup
NoCli
WBenchToFront_
FindScreen 0
DosBuffLen 0 ;needed to force immediate output to the "file"
If WriteFile (0,"CON:0/50//100/TEST/CLOSE")
FileOutput 0
NPrint "Just a test"
VWait 20
MouseWait
CloseFile 0
Else
BeepScreen 0 ;something went wrong!
EndIf
End